2.14.4. Response
| Field | Description | Type |
| status | success | error | |
| code | Error code | Integer |
| documentID | ID of the document in the smartone Cashbox system | Integer |
| fiscalID | Fiscal code of the doc | String |
Error codes
| Field | Description |
| 0 | No error |
| 2 | Invalid JSON format |
| 5 | Internal error |
| 6 | Shift not open |
Response example
{
"cash": 109100,
"cashIn": 101300,
"cashOut": 0,
"documentID": 43,
"fiscalID": "22",
"shiftOrdersCnt": 0,
"status": "success"
}